NamedPipeStream Class Methods (original) (raw)
Summary
For a list of all members of this type, see NamedPipeStream members
Public Methods
Name | Description | |
---|---|---|
![]() |
Start | Starts monitoring the NamedPipeStream for messages. |
![]() |
Stop | Stops monitoring the NamedPipeStream for messages. |
![]() |
Write | Writes the specified string message to the NamedPipeStream. |
Protected Methods
Name | Description | ||
---|---|---|---|
![]() |
CreateStream | Creates an instance of T. | |
![]() |
OnPipeClosed | This method is called when the NamedPipeStream is closed. | |
![]() |
OnReceivedMessage | This method is called when a message is received from the NamedPipeStream. | |
![]() |
ReadFromPipe | Reads messages from the NamedPipeStream. | |
![]() |
Shared in VB") | ReadMessage | Reads a message from the NamedPipeStream class. |
![]() |
WriteToStream | Writes the specified string message to the NamedPipeStream. |